バージョン

InsertRange メソッド

指定されたインデックスの SwapCollection<T> にコレクションの要素を挿入します。
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of T) _
) 
public void InsertRange( 
   int index,
   IEnumerable<T> collection
)

パラメータ

index
新しい要素を挿入する 0 から始まるインデックス。
collection
SwapCollection<T> の最後に要素を追加する必要のあるコレクション。コレクション自体は null にできませんが、タイプ T が参照タイプである場合、null である要素を含むことができます。
参照